DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / Logger Property

In This Topic
    Logger Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    The logger containing the relevant messages happening during the execution of methods of this class
    Syntax
    'Declaration
     
    Protected Property Logger As Serilog.ILogger
    protected Serilog.ILogger Logger {get; set;}
    See Also